home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 2
/
Atari Mega Archive CD - Volume 2.iso
/
minix
/
up1510b.tgz
/
up1510b
/
src
/
lib
/
posix
/
pause.c
< prev
next >
Wrap
C/C++ Source or Header
|
1990-07-19
|
106b
|
7 lines
#include <lib.h>
PUBLIC int pause()
{
return(callm1(MM, PAUSE, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR));
}